From 406e4a6928f16202c8531a15c4c7aa208011242a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:30:31 -0500 Subject: [PATCH] csssection: Tweak docs --- gtk/css/gtkcsssection.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/css/gtkcsssection.h b/gtk/css/gtkcsssection.h index 0a5d0f143d..9d6f1ba055 100644 --- a/gtk/css/gtkcsssection.h +++ b/gtk/css/gtkcsssection.h @@ -33,9 +33,10 @@ G_BEGIN_DECLS /** * GtkCssSection: * - * Defines a part of a CSS document. Because sections are nested into - * one another, you can use gtk_css_section_get_parent() to get the - * containing region. + * Defines a part of a CSS document. + * + * Because sections are nested into one another, you can use + * gtk_css_section_get_parent() to get the containing region. */ typedef struct _GtkCssSection GtkCssSection; -- 2.30.2